Skip to content

Migration of microcks-cli using cobra cli and viper.#112

Closed
Luxxgit2k4 wants to merge 14 commits intomicrocks:masterfrom
Luxxgit2k4:feature/cobra-cli
Closed

Migration of microcks-cli using cobra cli and viper.#112
Luxxgit2k4 wants to merge 14 commits intomicrocks:masterfrom
Luxxgit2k4:feature/cobra-cli

Conversation

@Luxxgit2k4
Copy link
Copy Markdown

Used cobra-cli for proper structure of the commands. And added viper for configuration management. For example: start command uses viper for port configuration and import command uses it in retreiving the flag values.

new commands added:
microcks-cli start --port port_number : Starts the microcks server on your desired port by pulling the docker image.

microcks-cli start: Run the server on default port 8585.

microcks-cli stop: Stops the docker container thereby stopping the server.

The other commands are structured and slightly changed using the cobra cli.

abroudoux and others added 14 commits February 22, 2025 18:29
Signed-off-by: Arthur Broudoux <arthur.broudoux@gmail.com>

Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>

Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
…ft for the BOM

Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>

Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.13.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.10.0...v6.13.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Laurent Broudoux <laurent.broudoux@gmail.com>

Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
…ver.

Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
… of the existing commands

Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
Signed-off-by: Luxxgit2k4 <lakshmanoni1234@gmail.com>
@github-actions
Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity 😴

It will be closed in 30 days if no further activity occurs. To unstale this pull request, add a comment with detailed explanation.

There can be many reasons why some specific pull request has no activity. The most probable cause is lack of time, not lack of interest. Microcks is a Cloud Native Computing Foundation project not owned by a single for-profit company. It is a community-driven initiative ruled under open governance model.

Let us figure out together how to push this pull request forward. Connect with us through one of many communication channels we established here.

Thank you for your patience ❤️

@github-actions github-actions bot added the stale State due to inactivity label Mar 25, 2025
@lbroudoux
Copy link
Copy Markdown
Member

Now done in 1.x branch.

@lbroudoux lbroudoux closed this Apr 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stale State due to inactivity

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants